home *** CD-ROM | disk | FTP | other *** search
/ SGI Cosmo Software 1997 May / SGI Cosmo Software 1997 May.iso / docs6.2 / relnotes / websupport / ch5.z / ch5
Text File  |  1997-05-23  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.                                   - 1 -
  5.  
  6.  
  7.  
  8.        5.  _K_n_o_w_n__P_r_o_b_l_e_m_s__a_n_d__W_o_r_k_a_r_o_u_n_d_s
  9.  
  10.           +o XWebFetch::watchFd() might not start watching until
  11.             first fetch
  12.  
  13.             The library might not start to monitor an fd for IO
  14.             events until a fetch is initiated in the case of
  15.             XWebFetch.  This is not a problem in WebFetch, just
  16.             XWebFetch.
  17.  
  18.           +o new method {WebFetch,
  19.             XWebFetch}::deallocateRequest(WebFetchRequest *)
  20.  
  21.             This method allows the user to prevent a memory leak
  22.             for each fetch by allowing the library to delete the
  23.             WebFetchRequest object that comes from a call to
  24.             fetchUrl().  Clients that do not explicitly call this
  25.             method on the WebFetchRequests received from the
  26.             fetchUrl() will leak a WebFetchRequest instance for
  27.             each fetchUrl().  This method should be called when the
  28.             fetch is completed, most naturally from the web fetch
  29.             callback originally passed to fetchUrl().
  30.  
  31.             NOTE: Do not delete a WebFetchRequest object from
  32.             inside the web fetch callback.  It *is* safe to call
  33.             deallocateRequest() from inside the web fetch callback,
  34.             however.
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.